-- card: 3329 from stack: in -- bmap block id: 4360 -- flags: 4000 -- background id: 3737 -- name: Information ----- HyperTalk script ----- on openCard global whichField if whichField is not empty then set lockScreen to true repeat with g=1 to the number of card fields hide card field g end repeat set lockScreen to false show card field whichField else exit to HyperCard end if end openCard on closeCard global whichField -- hide card field whichField put empty into whichField end closeCard on erase repeat with l=1 to the number of card fields put empty into card field l end repeat end erase -- part 1 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=127 top=126 right=329 bottom=370 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Stencil -- part 4 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=127 top=126 right=329 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Pennsylvania -- part 2 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=17 top=41 right=73 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go back ----- HyperTalk script ----- on mouseUp visual effect zoom in pop card end mouseUp -- part 6 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=127 top=126 right=329 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Jersey -- part 8 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delaware -- part 5 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New York -- part 10 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Maryland -- part 11 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: N Carolina -- part 12 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Georgia -- part 13 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Virginia -- part 14 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: S Carolina -- part 15 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Massachusetts -- part 16 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Rhode Island -- part 17 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Connecticut -- part 18 (field) -- low flags: 80 -- high flags: 4001 -- rect: left=122 top=126 right=329 bottom=365 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Hampshire -- part 19 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=0 top=251 right=342 bottom=85 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 20 (button) -- low flags: 00 -- high flags: A002 -- rect: left=97 top=319 right=340 bottom=157 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global ReturnCard go ReturnCard end mouseUp